home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / contrib / mrchcube / examples next >
Encoding:
Text File  |  1996-07-16  |  353 b   |  10 lines

  1. #!/bin/csh -f 
  2.  
  3. mrchcube -f ascii -t 1.5 -d 5 5 5 < sphere-5x5x5 > ! s1
  4. mrchcube -f ascii -t 1.2 -d 5 5 5 < sphere-5x5x5 > ! s2
  5. mrchcube -f ascii -t 0.9 -d 5 5 5 < sphere-5x5x5 > ! s3
  6.  
  7. mrchcube -f ascii -t 1.5 -d 3 3 3 < sphere-3x3x3 > ! p1
  8. mrchcube -f ascii -t 1.2 -d 3 3 3 < sphere-3x3x3 > ! p2
  9. mrchcube -f ascii -t 0.9 -d 3 3 3 < sphere-3x3x3 > ! p3
  10.